	* {
  	-webkit-box-sizing: border-box;
          	box-sizing: border-box;
	}

	html {
  	margin: 0;
  	background-size: cover;
  	
  	background-blend-mode: darken;
  	-webkit-transition: 3s;
  	transition: 3s;
	}
.authentication .card {
    padding: 5vw 30px 0;
    margin-bottom: 0;
}
	.authentication .l-login {
    	text-align: center;
    	margin: 0 25px 35px;
	}
	a {
	color:#fff;
	}
	a:hover {
		color:#6eb3d2;
	}
	h3, .h3 {
    	font-size: 1.3em;
    	cursor: pointer;
	}
	h4 {
    	font-size: 1.5rem;
    	padding: 0;
    	margin: 0;
        	font-weight: 600;
        	font-size:16px;
	}
	h5, .h5 {
    	font-size: 1.15em;
    	line-height: 1.4em;
    	margin-bottom: 15px;
	}
	.authentication .l-detail p {
    	font-size: 15px;
    	line-height: 19px;
	}
	.authentication .l-detail {
    	margin-top: 5vw;
    	padding: 46px 30px;
    	color: #444;
    	background: #fff;
    	max-width: 450px;
    	float: right;
	}
	label {
    	margin-top: 7px;
	}
	[type="checkbox"].filled-in:not(:checked)+label:after {
    	border: 2px solid #fff;
	}
	[type="checkbox"].filled-in:checked.chk-col-cyan+label:after {
    	background-color: #45b4d9;
    	border: 2px solid #45b4d9;
	}
	.checkbox label, .radio label, label {
    	color: #fff;
	}
	img {
    	max-width: 100%;
	}
	.l-login img {
    	max-width: 250px;
    	width: 100%;
	}
	.login .content .input-icon {
    	border-left: 2px solid #44B6AE !important;
	}

	.input-icon,.text-left {
    	position: relative;
    	max-width: 330px;
    	margin: 0 auto;
    	padding: 20px 0 0;
	}

	.input-icon > .form-control {
    	padding-left: 52px;
	}

	.form-control, .form-group .form-control {
    	background-color: transparent;
    	background-position: center bottom,center calc(100% - 1px);
    	background-repeat: no-repeat;
    	background-size: 0 2px, 100% 1px;
    	border: 0;
    	border-radius: 0;
    	box-shadow: none;
    	float: none;
    	font-weight: 400;
    	transition: background 0s ease-out;
	}
	.form-control {
    	font-size: 14px !important;
    	/*height: 52px;*/
    	line-height: 1.428571429;
    	padding: 7px 0;
	}
	.login .content .input-icon {
    	border-left: 2px solid #44B6AE !important;
	}
	.input-icon > i {
    	color: #45b4d9;
    	display: block;
    	position: absolute;
    	margin: 28px 2px 4px 10px;
    	z-index: 3;
    	width: 30px;
    	height: 36px;
    	font-size: 18px;
    	text-align: center;
	}
	.form-control {
    	display: block;
    	width: 100%;
    	padding: .5rem .75rem;
    	font-size: 1rem;
    	line-height: 1.25;
    	color: #464a4c;
    	background-color: #fff;
    	background-image: none;
    	-webkit-background-clip: padding-box;
    	background-clip: padding-box;
    	border-left: 5px solid #45b4d9;
    	border-radius:0;
    	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	}
	button, input, select, a {
    	outline: none !important;
	}

	.col-md-12,.col-sm-12 {padding-right: 0; padding-left: 0;}

	/* Shared */
	.loginBtn {
    	box-sizing: border-box;
    	position: relative;
    	margin: 0.4em 0;
    	padding: 0 15px 0 46px;
    	border: none;
    	text-align: left;
    	line-height: 34px;
    	white-space: nowrap;
    	border-radius: 0.2em;
    	font-size: 16px;
    	color: #FFF;
    	min-width: 100%;
    	font-size: 14px;
    	font-weight: 600;
    	letter-spacing: 1px;
    	cursor: pointer;
	}
	.loginBtn:before {
  	content: "";
  	box-sizing: border-box;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 34px;
  	height: 100%;
	}
	.loginBtn:focus {
  	outline: none;
	}
	.loginBtn:active {
  	box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
	}


	/* Facebook */
	.loginBtn--facebook {
  	background-color: #4C69BA;
  	background-image: linear-gradient(#4C69BA, #3B55A0);
  	/*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  	text-shadow: 0 -1px 0 #354C8C;
	}
	.loginBtn--facebook:before {
  	border-right: #364e92 1px solid;
  	background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
	}
	.loginBtn--facebook:hover,
	.loginBtn--facebook:focus {
  	background-color: #5B7BD5;
  	background-image: linear-gradient(#5B7BD5, #4864B1);
	}


	/* Google */
	.loginBtn--google {
  	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
  	background: #DD4B39;
	}
	.loginBtn--google:before {
  	border-right: #BB3F30 1px solid;
  	background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
	}
	.loginBtn--google:hover,
	.loginBtn--google:focus {
  	background: #E74B37;
	}
	.l-detail .l-login {display: none;}
	.card .l-menu li {display: inline-block; margin-right: 20px;}

	.authentication .l-menu { margin: 30px 0;}
	.languagepicker {
    	background-color: #FFF;
    	/*display: inline-block;*/
    	padding: 0;
    	height: 33px;
    	overflow: hidden;
    	transition: all .3s ease;
    	margin: 0;
    	vertical-align: top;
    	/* float: left; */
    	z-index: 999999;
    	display: block;
    	/*position: absolute;*/
    	/*top: 0;
    	left: 0;*/        
        right: 0;
        margin-right: -30px;
        margin-top: -30px;
	}
	.languagepicker:hover {
		/* don't forget the 1px border */
		height: 81px;
	}

	.languagepicker a{
		color: #000;
		text-decoration: none;
	}
	.languagepicker li {
    	display: block;
    	padding: 0px 10px;
    	line-height: 32px;
    	border-top: 1px solid #EEE;
    	font-size: 12px;
	}

	.languagepicker li:hover{
		background-color: #EEE;
	}

	.languagepicker a:first-child li {
		border: none;
		background: #FFF !important;
	}

	.languagepicker li img {
		margin-right: 5px;
	}
	.large:hover {
		/* 
		don't forget the 1px border!
		The first language is 40px heigh, 
		the others are 41px
		*/
		height: 200px;
	}

	@media (max-width: 1500px) {
			.authentication .l-detail {
					float: none;
					margin: 46px auto 15px;
					width: 100%;
					max-width: 1500px;
					text-align: left !important;
					/*background: rgba(255, 255, 255, 0.84);*/
					padding: 29px 40px;
			}
			.l-detail .l-login {display: block;margin: 0 25px 20px;}
			.card .l-login {display: none;}
			.authentication h5 {text-align: center;}
			.languagepicker {right: 0;left: auto;}

	}

